CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hex control

搜索资源列表

  1. hex_vc_demo

    0下载:
  2. hex edit control
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22566
    • 提供者:
  1. m_chexedit

    0下载:
  2. An article on how to write an Edit control used for HEX and DEC number input.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:5363
    • 提供者:王林
  1. 8870

    0下载:
  2. AT89c2051控制9200b发双音频码用8870解码并将BCD码返回AT89C2051,然后比较的源代码和Hex文件。-AT89c2051 Two-control 9200b audio decoder yards with 8,870 and will return to BCD AT89C2051, then compare the source code and Hex documents.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17780
    • 提供者:常春
  1. 238

    0下载:
  2. 用 PIC16F73 做的温控器,压缩包中有硬件排版图、原程序、还有编译好的 HEX 文件。-PIC16F73 do with the temperature control device, compressed packages of hardware layout map, the original procedure, compiled HEX file.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:46118
    • 提供者:黄文忠
  1. FlashTool20

    0下载:
  2. 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:14110
    • 提供者:小许
  1. itbbs

    0下载:
  2. 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:548451
    • 提供者:小许
  1. hongwaiyaokongdiannaoyinyuanqiehuan

    0下载:
  2. CDLEA.hex CDLEA_Main.c CDLEA.hex为已编译的红外遥控音源切换器的单片机程序 CDLEA_Main.c为源代码 CDLEB.hex CDLEB_Main.c CDLEB.hex为已编译的加强版的红外遥控音源切换器的单片机程序   有红外遥控PC功能,PC软件可使用Grider3.2(SAA3010T电视遥控器)   Grider3.2可到http://cdle.yeah.net下载 CDLE_A410.exe 为红外
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:383821
    • 提供者:刘萌
  1. c8051f020_8563

    0下载:
  2. c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:30014
    • 提供者:梁立林
  1. ATMega8_PWM_LCD

    0下载:
  2. 利用Atmel ATMega8 的定时器功能和PWM功能,制作频率发生器。 有LCD显示,并可实时调节ATMega8的各个相关的寄存器内容。 支持红外遥控器输入。 ..\\频率发生器.prj ......主芯片项目文件 ..\\频率发生器.c ......主芯片主程序 ..\\频率发生器.asm ......主芯片汇编文件(自动生成) ..\\频率发生器.hex ......可供烧录的文件 ..\\频率发生器_client.prj ......副芯片项目文
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61499
    • 提供者:Aleyn.wu
  1. cy7c68013dev_io

    0下载:
  2. cy7c68013的输入输出源码 和HEX文件 实现对键盘的读和对数码管的写操作 -cy7c68013 source of input and output documents and HEX keyboard to achieve the right time and write digital control operation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19827
    • 提供者:
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. atviewer

    0下载:
  2. ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement \"View file\" feature in your Delphi/C++Builder application. The following view
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-01-20
    • 文件大小:548475
    • 提供者:lijie
  1. GPIF20080607

    0下载:
  2. keil环境下编译,产生hex文件,通过EZ-USB Control Panel下载到USB芯片CY7C68013上运行
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:81547
    • 提供者:小雨
  1. 多媒体5.1功放全套方案

    4下载:
  2. 是用AT89C2051主控音量控制PT2258,数码管显示, 红外线遥控,2.1/5.1音源选择)包括全套原理图,源程序,HEX文件-AT89C2051 is PT2258 master volume control, digital control, infra-red remote control, 2.1/5.1 sources choice), including a full set of schematics, source, the HEX file
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:821501
    • 提供者:许赞龙
  1. duoji

    0下载:
  2. AVR mega16 实现舵机多角度控制【完整工程,内涵.c\.h\.hex】-AVR mega16 achieve multi-angle servo control [complete engineering, content. C \. H \. Hex]
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:45949
    • 提供者:sqwowow
  1. LEDCOM

    0下载:
  2. vb串口十六进制发送,带有XOR校验。LED排队屏控制卡PD101A双色使用说明和配置程序-vb serial port to send the hex with XOR parity. LED display control card PD101A color line instructions and configuration program
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:12399
    • 提供者:iernatm
  1. Remote-control

    0下载:
  2. 51单片机进行无线遥控的接收模块源代码,包括可直接下载的.hex文件-Use MCU 89C51 as a remote controller. The source code for receiving part. .hex file is included
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:11171
    • 提供者:叶子云
  1. lift-hex

    0下载:
  2. 电梯控制显示HEX文件。使用Protues仿真,使用C51/C52芯片,八层电梯控制。-Elevator control display HEX file. Using the Protues simulation, using the C51/C52 chip, the eight floor elevator control.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:34978
    • 提供者:赵一力
  1. 寻迹小车

    0下载:
  2. 单片机控制。关于按轨迹行驶的自动小车案例。(Single chip microcomputer control)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-29
    • 文件大小:78848
    • 提供者:飞鸿踏雪
  1. Ocflashbyzingilingiling

    0下载:
  2. WinPic800_PIC configuration.JPG erormesage_przy in.jpg FW139+BootloaderHEX.hex.zip OPCOM hex files 1.33 1.39.zip PIC18F458.jpg WinPic800_error.JPG WinPic800_PIC configuration 2.jpg
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:245760
    • 提供者:dudo1234
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com